home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / Copland ResourcesLib / Read me < prev    next >
Text File  |  1995-08-24  |  1KB  |  38 lines

  1. System8Resources version 1.0
  2. Chris Thomas, ckt@best.com
  3.  
  4. The source should be mostly self-documenting.
  5.  
  6. -------Compiler/Linker Notes
  7.  
  8. 68k Notes:
  9. Compile a static library and add it to your 68k project
  10. or just add the two .cp files included in this distribution
  11. to your project directly.
  12. Until CFM-68k becomes reality, shlbs are useless.
  13.  
  14. PowerPC Notes:
  15. The RMFSpOpen & CreateResFile functions won't be in the
  16. real System 8 Resource Manager.  These are in the file
  17. System8ResourcesStatic.cp.  This file should be added
  18. to your project.
  19.  
  20. PPC Sharedlib stuff:  Your installer (or user) should drop
  21. the file "ResourcesLib" in System Folder:Extensions, and
  22. you should link against a local copy of this same file.
  23. The name "ResourcesLib" will be recorded as a required
  24. shared library for your app;  I believe this is the same
  25. name used in Copland, but I'm not 100% sure.  I'll
  26. correct this in release 1.1 in a few days if necessary.
  27.  
  28. One thing I should point out is that mixing the
  29. RMFSpOpenResFile or FSpOpenResFile and the real System 8
  30. Resource Manager might not work, so you might want to
  31. #ifdef for System 8's FSObject stuff.  Emulating FSObjects
  32. to a certain point looks possible under System 7, but
  33. it might require more work than I can do in my spare time.
  34. If someone wants to pay me to do this full time, I'll be
  35. happy to do it!  Otherwise, I'll look further into it
  36. and we'll see.
  37.  
  38. Questions, suggestions, corrections, and bug fixes welcome!